home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / gfx / board / rtgmv13.lha / goodies / rtggadgets / smakefile < prev   
Makefile  |  1996-07-04  |  476b  |  20 lines

  1. all: ram:GadgetDemo ram:GadgetDemoRGB
  2.   sc link GadgetDemo.c ihandler.a RTGGadgets.c
  3.   sc link GadgetDemoRGB.c ihandler.a RTGGadgets.c
  4.  
  5. ram:GadgetDemo: GadgetDemo.c ihandler.a RTGGadgets.c
  6.  
  7. ram:GadgetDemoRGB: GadgetDemoRGB.c ihandler.a RTGGadgets.c
  8.  
  9. GadgetDemoRGB.o: GadgetDemoRGB.c
  10.       sc link GadgetDemoRGB.c
  11.  
  12. GadgetDemo.o: GadgetDemo.c
  13.       sc link GadgetDemo.c
  14.  
  15. ihandler.o: ihandler.a
  16.       sc nolink ihandler.a
  17.  
  18. RTGGadgets.o: RTGGadgets.c
  19.       sc nolink RTGGadgets.c
  20.